←Select platform

KeyStoneCommand Constructor(LeadPoint[])

Summary
Initializes a new KeyStoneCommand class object with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal polygonPoints() As LeadPoint _ 
) 
- (instancetype)initWithPolygonPoints:(NSArray<NSValue *> *)polygonPoints /*LeadPoint*/ 
public KeyStoneCommand(ArrayList<LeadPoint> polygonPoints) 
public: 
KeyStoneCommand(  
   array<LeadPoint>^ polygonPoints 
) 

Parameters

polygonPoints
A reference to an array of LeadPoint structures that contain the four points of the polygon used in the transformation process.

Remarks

If the input array of points that represents the polygon has more than 4 points, an Invalid Parameters Exception will be thrown.

Example

Refer to the KeyStoneCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.